//a[class*="entypo-"]:before,
//span[class*="entypo-"]:before {
	font-family: 'entypo', sans-serif;
}

body {
	background-color: transparent;
	overflow: hidden;
	//color: #151515;
	//font: 100%/1.5em sans-serif;
	//margin: 0;
}

//a {
	text-decoration: none;
}

//ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

.clearfix1 { *zoom: 1; }
.clearfix1:before,
.clearfix1:after {
	content: "";
	display: table;	
}
.clearfix1:after { clear: both; }

.containerNew {
	height: 510px;
	left: 8%;
	margin-top: 5px;
	//margin: -32px 0 0 -152px;
	position: absolute;
	//top: 10%;
	width: 680px;
		 border: 5px solid #CF9A32
}

/* ---------- SHARE-BUTTON ---------- */

.buttonA {
position: relative;
	left: -335px;
	
	
	border-radius: px;
	color: #fff;
	display: block;
	font-size: 24px;
	height: 74px;
	line-height: 64px;
	text-align: center;
	-webkit-transition: -webkit-transform .2s;
	-moz-transition: -moz-transform .2s;
	-ms-transition: -ms-transform .2s;
	-o-transition: -o-transform .2s;
	transition: all .2s;
  -webkit-transform: translateZ(1);
	width: 64px;
	margin-bottom: 20px;
	 //border: 5px solid #CF9A32;
	overflow: hidden;
}

//.buttonA:hover {
	-webkit-transform: scale(1.05);
	-moz-transform: scale(1.05);
	-ms-transform: scale(1.05);
	-o-transform: scale(1.05);
	transform: scale(1.05);
}

/* ---------- SHARE-BUTTON ---------- */

.buttonB {
	position: relative;
	//left: -30px;
	
	
	border-radius: 8px;
	color: #fff;
	display: block;
	font-size: 24px;
	height: 34px;
	line-height: 64px;
	//text-align: center;
	-webkit-transition: -webkit-transform .2s;
	-moz-transition: -moz-transform .2s;
	-ms-transition: -ms-transform .2s;
	-o-transition: -o-transform .2s;
	transition: all .2s;
  -webkit-transform: translateZ(1);
	width: 35px;
	margin-bottom: 20px;
	 border: 2px solid #CF9A32;
		
}

.buttonB:hover {
	-webkit-transform: scale(1.05);
	-moz-transform: scale(1.05);
	-ms-transform: scale(1.05);
	-o-transform: scale(1.05);
	transform: scale(1.05);
}


.shareA {

	background: #444;
	box-shadow: 0 0px 0 #2a2a2a;
	width: 670px;
	height: 500px;
}

//.twitter {
	background: #00acee;
	box-shadow: 0 4px 0 #0080b1;
}

//.facebook {
	background: #3B5998;
	box-shadow: 0 4px 0 #2d4370;
}

//.google {
	background: #CC3732;
	box-shadow: 0 4px 0 #9c2a26;
}




.btnA-shareA {
	display: inline-block;
	position: relative;
	
	//left: -30px;
}

.btnA-shareA lii {
	float: left;
	margin: 0 8px;
}

.btnA-shareA lii:first-child {
	margin-left: 0;
	position: absolute;
}

.btnA-shareA lii:nth-child(2) {
	margin: 0 8px 0 80px;
}

.btnA-shareA lii:last-child {
	margin: 0 0 0 8px
}